home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global Paleta_Panic
- sound stop 1
- sound stop 2
- if not voidp(Paleta_Panic) then
- if Paleta_Panic then
- puppetPalette(Paleta_Panic)
- end if
- end if
- go(the frame)
- end
-
- on mouseUp
- global Paleta_Panic
- if not voidp(Paleta_Panic) then
- if Paleta_Panic then
- puppetPalette(Paleta_Panic)
- end if
- end if
- set Paleta_Panic to 0
- play done
- end
-
- on keyUp
- global Paleta_Panic
- if not voidp(Paleta_Panic) then
- if Paleta_Panic then
- puppetPalette(Paleta_Panic)
- end if
- end if
- set Paleta_Panic to 0
- play done
- end
-